Welcome![Sign In][Sign Up]
Location:
Search - hs0038 c

Search list

[Driver Develophs0038

Description: 红外的运用,用于单片机的C语言编程,可以供储蓄者使用学习
Platform: | Size: 7828 | Author: 段科威 | Hits:

[Driver Develophs0038

Description: 红外的运用,用于单片机的C语言编程,可以供储蓄者使用学习-The use of infrared for the single-chip C-language programming, you can use the savings for the learning
Platform: | Size: 7168 | Author: 段科威 | Hits:

[SCMpvpvc

Description: 遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar data IRcode[4] //定义一个4字节的数组用来存储代码 uchar CodeTemp //编码字节缓存变量 uchar i,j,k //延时用的循环变量 sbit IRsignal=P3^2 //HS0038接收头OUT端直接连P3.2(INT0) /**************************延时0.9ms子程序**********************/ void Delay0_9ms(void) {uchar j,k for(j=18 j>0 j--) for(k=20 k>0 k--) } /***************************延时1ms子程序**********************/ void Delay1ms(void) {uchar i,j for(i=2 i>0 i--) for(j=230 j>0 j--) }-Remote control via the computer serial decode show/* Crystal: 11.0569MHz* /# Include <REGX52.h># Define uchar unsigned charuchar data IRcode [4]// define a 4-byte array used to store code uchar CodeTemp// encoding variable byte cache uchar i, j, k// delay cycle with variable sbit IRsignal = P3 ^ 2// HS0038 receive the first direct link OUT terminal P3.2 (INT0 )/************************** 0.9ms delay**********************/ void Subroutine Delay0_9ms (void) (uchar j, k for (j = 18 j> 0 j-) for (k = 20 k> 0 k-) }/*************************** Subroutine 1ms delay**********************/ void Delay1ms (void) (uchar i, j for (i = 2 i> 0 i-) for (j = 230 j> 0 j-))
Platform: | Size: 51200 | Author: 微微 | Hits:

[SCMATMEGA16

Description: adc.c用于实现MEGA16中的模数转换功能。 ds1302.c用于实现MEGA16从DS1302芯片中获取时钟信息。 yaokong.c提供一种利用HS0038获取电视机遥控的红外信号并将它解码的方案。 zlg7290.c提供MEGA16与ZLG7290芯片连接的方案,用于外接矩阵键盘。 i2c.c用于MEGA16实现I2C总线数据传输。 12864S.c用于实现LCD12864的串行输入。 ST7920是LCD12864的汉子库的调用函数。 EXPERIMENT.C是基于以上功能设计的一块综合开发板的代码,内有使用说明可供参考。-adc.c used to implement the analog-digital conversion MEGA16 function. ds1302.c used to implement MEGA16 get from the DS1302 chip clock information. yaokong.c provides a use of HS0038 to obtain the infrared TV remote control signal and its decoding programs. zlg7290.c provide MEGA16 ZLG7290 chip connection with the program for the external matrix keyboard. i2c.c I2C bus for MEGA16 achieve data transmission. 12864S.c used to implement LCD12864 serial input. ST7920 is LCD12864 the guy calling the library function. EXPERIMENT.C is based on a more functional design of the comprehensive development of the code board, containing instructions for reference.
Platform: | Size: 19456 | Author: 杜国俊 | Hits:

[SCMHS0038

Description: 这个是一个HS0038的C语言代码,这个代码很容易懂,里面有注释。-The HS0038 is a C-language code, the code is easy to understand, there are comments.
Platform: | Size: 18432 | Author: husheng | Hits:

[SCMHS0038-remote-control-program

Description: 用C语言实现msp430x14x的HS0038遥控器程序-With the C language msp430x14x the HS0038 remote program
Platform: | Size: 29696 | Author: 东东 | Hits:

CodeBus www.codebus.net